home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
- <stack>
- <name>in. </name>
- <id>-1</id>
- <cardCount>53</cardCount>
- <cardID>23571</cardID>
- <listID>19505</listID>
- <cantModify><false /></cantModify>
- <cantDelete><false /></cantDelete>
- <cantAbort><false /></cantAbort>
- <cardSize>
- <width>512</width>
- <height>342</height>
- </cardSize>
- <script>‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû
- A Closer Look at Your Macintosh IIsi
- Version 1.0
- ©Copyright 1990 by Apple Computer, Inc.
- All Rights Reserved
-
- created by Kathie Blair, Elizabeth Boling, Pat Chaney, Eli Cochran,
- Mimi Doggett, Rob Fulop, Stella Hackell, Avril Hodges, Channing Hughes,
- Jeremy Hughes, James Miyake, John Powers, Susan Razura, and Luann Rugebregt
-
- HANDLERS USED IN THIS SCRIPT:
- openStack, resumeStack, closeStack, suspendStack, goPrevious, goNext,
- quit, goThere, btnHilite, playSound, sectionOpening, setSectionOpening,
- informUser, limitHCMenus, aboutThisStack
-
- FUNCTIONS USED IN THIS SCRIPT:
- stackIsBeingUsed -- "true" if this stack is in use by the active stack
-
- XCMD'S USED BY THIS SCRIPT:
- sysEnv XFCN ©1988, 1989, 1990 by Apple Computer, Inc.
-
- GLOBAL VARIABLES USED BY THIS STACK:
- aCloserLookGlobal -- "checked" if the system version has been verified
-
- -- ∆ This symbol indicates an area that requires localization for
- non english speaking countries.
-
- Stack requires system software version 6.0.6 to play compressed sounds.
- ‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû
- on domenu menu --// Added by Medior, Inc. 12/12/90
- global RPStackName
- if menu is in "Home,Quit HyperCard" and RPStackName is not empty then
- set cursor to watch
- put RPStackName into shortName
- repeat until offset(":",shortName) = 0
- delete char 1 to offset(":",shortName) of shortName
- end repeat
- delete last char of shortName
- answer "This will return to "&shortName&"." with "Cancel" or "OK"
- if it is "Cancel" then exit domenu
- set cursor to watch
- lock screen
- go RPStackName
- unlock screen with dissolve fast
- exit domenu
- else pass doMenu
- end domenu
-
- on openStack -- ∆
- global aCloserLookGlobal
- if stackIsBeingUsed() then pass openStack
- hide menuBar -- for use of the full menuBar, remove this line
- limitHCmenus -- for full menus, remove this line here & in resumeStack
- -- This stack requires system version 6.0.6 or later
- -- HyperCard 2.0 requires system version 6.0.5 or later
- -- so the only system software we need to check for is 6.0.5
- if aCloserLookGlobal is empty then -- if not "checked" then do it
- if item 2 of line 1 of SysEnv() is "6.0.5" then informUser
- put "Checked" into aCloserLookGlobal
- end if
- pass openStack
- end openStack
-
- on resumeStack
- if stackIsBeingUsed() then pass resumeStack
- hide menuBar -- for use of the full menuBar, remove this line
- limitHCmenus -- for full menus, remove this line here & in openStack
- pass resumeStack
- end resumeStack
-
- on suspendStack
- if stackIsBeingUsed() then pass suspendStack
- show menuBar
- reset menuBar
- pass suspendStack
- end suspendStack
-
- on closeStack
- global aCloserLookGlobal
- if stackIsBeingUsed() then pass closeStack
- put empty into aCloserLookGlobal
- show menuBar
- reset menuBar
- pass closeStack
- end closeStack
-
- on informUser -- ∆
- answer "Your Macintosh is using system software version 6.0.5." &¬
- return & "To hear the sounds on this disk" &&¬
- "you must have version 6.0.6 or later, available from your Apple" &&¬
- "dealer or Macintosh user group." with "Quit" or "Continue" -- ∆
- if it is "Continue" then send introAnimation to card 1 -- ∆
- else doMenu "Quit HyperCard" -- ∆
- end informUser
-
- on limitHCMenus -- ∆
- -- limiting the menus is to simplify the first time user’s experiance
- -- for full menus, remove this handler and line 4 of both the
- -- openStack and resumeStack handlers
- delete menu "Style"
- delete menu "Font"
- delete menu "Objects"
- delete menu "Tools"
- if the userlevel > 2 then put 15 into maxNum
- else put 9 into maxNum
- repeat with itemNum = maxNum down to 7
- delete menuItem itemNum of menu "Edit"
- end repeat
- set the commandChar of menuItem "Recent" of menu "Go" to empty
- set the name of menuItem "About HyperCard..." of menu APPLE to¬
- "About A Closer Look..."
- set the menuMessage of menuItem "About A Closer Look..." of¬
- menu APPLE to "aboutThisStack"
- end limitHCMenus
-
- on aboutThisStack -- ∆
- answer " A Closer Look at Your Macintosh IIsi" &¬
- return & " ©1990 Apple Computer, Inc." & return
- end aboutThisStack
-
- on goPrevious
- visual effect dissolve
- go prev card
- end goPrevious
-
- on goNext
- visual effect dissolve
- go next card
- end goNext
-
- function stackIsBeingUsed
- -- if this stack is being used by the active stack then return true
- if the name of this stack is the name of me then return false
- else return true
- end stackIsBeingUsed
-
- on btnHilite
- put the short name of the target & ".Btn" into otherBtn
- set the hilite of card btn otherBtn to true
- repeat until the mouse is "Up"
- if the mouseLoc is within the rect of the target OR¬
- the mouseLoc is within the rect of card btn otherBtn then
- set the hilite of card btn otherBtn to true
- else set the hilite of card btn otherBtn to false
- end repeat
- if the hilite of card btn otherBtn is true then
- set the hilite of card btn otherBtn to false
- send mouseUp to card btn otherBtn
- end if
- end btnHilite
-
- on quit
- visual effect dissolve
- go to card "Copyright Info"
- set cursor to watch
- wait 3 seconds
- doMenu "Quit HyperCard"
- end quit
-
- on playSound sndName, interruptable
- -- handler allow the interruption of sounds with a mouseClick
- set cursor to watch
- play sndName
- if interruptable is "true" then
- repeat until (the mouseClick) OR (the sound is DONE)
- if the mouseClick then
- play stop
- click at the clickLoc -- pass the mouseClick
- end if
- end repeat
- else wait until the sound is "done"
- end playSound
-
- ‚àû‚àû ANIMATION HANDLERS USED BY THE OPENING BACKGROUND OF EACH SUBTOPIC ‚àû‚àû
-
- on sectionOpening
- set the cursor to none
- unlock screen with dissolve
- put the script of card btn "picture mask" into btnMarks
- repeat with stepNum = 2 to the number of lines in btnMarks
- lock screen
- set the left of card btn "picture mask" to line stepNum of btnMarks
- unlock screen with dissolve
- end repeat
- lock screen
- hide card btn "picture mask"
- unlock screen with dissolve
- lock screen
- hide card btn "nav mask"
- hide card btn "text mask"
- unlock screen with dissolve
- set the left of card btn "picture mask" to line 1 of btnMarks
- end sectionOpening
-
- on goThere where -- used by the subTopic menu buttons
- visual effect dissolve fast
- go to card where
- end goThere
-
- on setSectionOpening
- show card btn "picture mask"
- show card btn "nav mask"
- show card btn "text mask"
- end setSectionOpening
-
- ‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû‚àû</script>
- <background id="2784" file="background_2784.xml" name="opening closing" />
- <background id="3619" file="background_3619.xml" name="More About Sound" />
- <background id="4885" file="background_4885.xml" name="Expansion Options" />
- <background id="6620" file="background_6620.xml" name="monitor return" />
- <background id="9433" file="background_9433.xml" name="basic continue" />
- <background id="9641" file="background_9641.xml" name="main menu bkgnd" />
- <background id="11650" file="background_11650.xml" name="basic return" />
- <background id="15041" file="background_15041.xml" name="About Video" />
- <background id="42598" file="background_42598.xml" name="Sound Basics" />
- <card id="23571" file="card_23571.xml" marked="true" name="first card" owner="2784" />
- <card id="4436" file="card_4436.xml" marked="false" name="Blank" owner="2784" />
- <card id="4780" file="card_4780.xml" marked="false" name="" owner="2784" />
- <card id="16721" file="card_16721.xml" marked="false" name="" owner="2784" />
- <card id="29149" file="card_29149.xml" marked="false" name="" owner="2784" />
- <card id="29561" file="card_29561.xml" marked="false" name="" owner="2784" />
- <card id="30145" file="card_30145.xml" marked="false" name="" owner="2784" />
- <card id="30660" file="card_30660.xml" marked="false" name="" owner="2784" />
- <card id="31127" file="card_31127.xml" marked="false" name="" owner="2784" />
- <card id="31630" file="card_31630.xml" marked="false" name="" owner="2784" />
- <card id="7831" file="card_7831.xml" marked="false" name="Using This Disk" owner="9641" />
- <card id="43662" file="card_43662.xml" marked="false" name="Main Topics" owner="9641" />
- <card id="41614" file="card_41614.xml" marked="false" name="begin.Sound Basics" owner="42598" />
- <card id="3443" file="card_3443.xml" marked="false" name="" owner="42598" />
- <card id="4067" file="card_4067.xml" marked="false" name="Sound Basics.Menu" owner="42598" />
- <card id="7156" file="card_7156.xml" marked="false" name="Sound Basics,Dimension" owner="11650" />
- <card id="10916" file="card_10916.xml" marked="false" name="Communication" owner="9433" />
- <card id="18796" file="card_18796.xml" marked="false" name="Sound Basics" owner="11650" />
- <card id="8011" file="card_8011.xml" marked="false" name="Presentation" owner="9433" />
- <card id="24895" file="card_24895.xml" marked="false" name="Sound Basics" owner="11650" />
- <card id="16964" file="card_16964.xml" marked="false" name="Learning" owner="9433" />
- <card id="38939" file="card_38939.xml" marked="false" name="Sound Basics,Middle English" owner="11650" />
- <card id="2084" file="card_2084.xml" marked="false" name="begin.More About Sound" owner="3619" />
- <card id="18654" file="card_18654.xml" marked="false" name="" owner="3619" />
- <card id="18982" file="card_18982.xml" marked="false" name="More About Sound.Menu" owner="3619" />
- <card id="20057" file="card_20057.xml" marked="false" name="More About Sound,Hardware" owner="11650" />
- <card id="21693" file="card_21693.xml" marked="false" name="More About Sound,Recording" owner="11650" />
- <card id="22199" file="card_22199.xml" marked="false" name="More About Sound,Sound" owner="11650" />
- <card id="17815" file="card_17815.xml" marked="false" name="Audio" owner="9433" />
- <card id="13227" file="card_13227.xml" marked="false" name="More About Sound" owner="11650" />
- <card id="23506" file="card_23506.xml" marked="false" name="Begin.About Video" owner="15041" />
- <card id="3298" file="card_3298.xml" marked="false" name="" owner="15041" />
- <card id="14245" file="card_14245.xml" marked="false" name="About Video.Menu" owner="15041" />
- <card id="2449" file="card_2449.xml" marked="false" name="About Video,RGB" owner="6620" />
- <card id="8840" file="card_8840.xml" marked="false" name="About Video,Portrait" owner="6620" />
- <card id="12794" file="card_12794.xml" marked="false" name="About Video,Mai Tai" owner="6620" />
- <card id="14374" file="card_14374.xml" marked="false" name="About Video,Black Label" owner="6620" />
- <card id="17472" file="card_17472.xml" marked="false" name="Performance" owner="9433" />
- <card id="12241" file="card_12241.xml" marked="false" name="About Video" owner="11650" />
- <card id="21355" file="card_21355.xml" marked="false" name="Begin.Expansion Options" owner="4885" />
- <card id="2855" file="card_2855.xml" marked="false" name="Expansion Options.Menu" owner="4885" />
- <card id="10070" file="card_10070.xml" marked="false" name="Networks" owner="9433" />
- <card id="15683" file="card_15683.xml" marked="false" name="Expansion Options" owner="11650" />
- <card id="22413" file="card_22413.xml" marked="false" name="Expansion Performance" owner="9433" />
- <card id="23942" file="card_23942.xml" marked="false" name="Expansion Options" owner="11650" />
- <card id="24702" file="card_24702.xml" marked="false" name="Peripherals" owner="9433" />
- <card id="25736" file="card_25736.xml" marked="false" name="" owner="9433" />
- <card id="26530" file="card_26530.xml" marked="false" name="Expansion Options" owner="11650" />
- <card id="27080" file="card_27080.xml" marked="false" name="Cards" owner="9433" />
- <card id="26195" file="card_26195.xml" marked="false" name="" owner="9433" />
- <card id="28449" file="card_28449.xml" marked="false" name="Expansion Options" owner="11650" />
- <card id="5260" file="card_5260.xml" marked="false" name="Good Bye" owner="2784" />
- <card id="9036" file="card_9036.xml" marked="false" name="Copyright Info" owner="2784" />
- </stack>
-